// TOWN DIALOGUE SCRIPT
//    Town 14: Epilogue

// This is the dialogue for this town.
// You can use states numbered from 1 to 99.

begintalkscript;

variables;

int i,j,k,r1,choice;
short lead_char;



begintalknode 1;
	state = -1;
	personality = 23;
	nextstate = 1;
	condition = 1;
	question = "Olander";
	text1 = "Olander looks very worn and tired. You can tell the carnage has hit him really hard and that he places much of the blame upon himself. He consistantly shakes his head in disgust.";

begintalknode 2;
	state = 1;
	personality = 23;
	nextstate = 2;
	condition = 1;
	question = "I'm sorry about Klinger's loss.";
	text1 = "Your sympathy clearly is not helping. _There is nothing for you to be sorry about. Klinger made a choice. Now we must do the best we can with it._";

begintalknode 3;
	state = 2;
	personality = 23;
	nextstate = 3;
	condition = 1;
	question = "What do you intend to do now?";
	text1 = "_Vikida is in disarray upon the killing of its leader. The survivors of the Resistance, few that we are, must return order to the tribe. Hopefully rational policies can be implemented such that Vikida does not turn into another Asmur._";
	text2 = "_It will take many years to rebuild and the damage can never truly be repaired. Lives lost can never be restored. However, we must do what we can. It's all we can do._";
	text3 = "He pauses and looks at you directly with his tired eyes. _This will be the task for the young, like Nablar. I'm getting too old for all this, much too old._";

begintalknode 4;
	state = 3;
	personality = 23;
	nextstate = -1;
	condition = 1;
	question = "Do you think you have the leadership capable of this?";
	text1 = "_Most of the members of the Resistance are fairly young and very capable. Although our numbers are even fewer now, we should have enough. Suvar has left this forest in capable hands, I think._";
 text2 = "He looks over at Nablar and smiles weakly. _Nablar understands the dynamics of Vikida better than any of us. I suspect he will have a bright future in its leadership._"; 

begintalknode 5;
	state = 3;
	personality = 23;
	nextstate = -1;
	condition = 1;
	question = "What will you do now if not help rebuild?";
	text1 = "He ponders for some time. _I don't know. All I know is that the revolution in Asmur, my exile, and then fighting Arivan by helping found the Resistance is enough for my life. I am sure I'll think of something eventually._";

begintalknode 6;
	state = 1;
	personality = 23;
	nextstate = 4;
	condition = 1;
	question = "Do you think we will have another purification movement?";
	text1 = "_I hope not,_ he replies tiredly. _It sounds like the Perfect Spirit you discovered was the source of these thoughts. I hope, now, with its freedom, that it will haunt this forest no longer._";
	text2 = "_However, only time will tell for sure. At very least, I pray to the gods that I will not have to deal with it in my lifetime._";

begintalknode 7;
	state = 1;
	personality = 23;
	nextstate = 4;
	condition = 1;
	question = "Do you have any idea what the Perfect Spirit was?";
	text1 = "He frowns. _I do not know as I was not there. From what you said, it must have been very powerful. It may have been created by the alien technology here, but I do not know._";
 text2 = "_I suspect it will remain a mystery for some time, if not forever._";

begintalknode 8;
	state = -1;
	personality = 24;
	nextstate = 5;
	condition = 1;
	question = "Nablar";
	text1 = "Nablar remains silent in the carnage. His expression is very passive as he searches through the rubble and debris.";

begintalknode 9;
	state = 5;
	personality = 24;
	nextstate = 6;
	condition = 1;
	question = "What do you think the Resistance will do now that Arivan is dead?";
	text1 = "_We must rebuild my tribe, Vikida. Already, there is much confusion and uncertainty both there and among our ranks. Right now, Olander and I are the de facto leaders of the rebels._";
	text2 = "_It will defintely be a readjustment. We will have to become the new order in this forest. I hope we will be an order of peace and tolerance, and not succumb to the dark path Arivan took._";

begintalknode 10;
	state = 6;
	personality = 24;
	nextstate = -1;
	condition = 1;
	question = "What challenges do you anticipate?";
	text1 = "_There will be many, but we will be ready for them. First we have to restore order. In doing this, many of Arivan's sympathizers will likely need to be either placated or destroyed._";
 text2 = "He pauses and says in a low tone, _It will be a very messy affair, one fraught with much violence, I fear. However, that is the future and we must prepare._";